This mods edits the Bf109K clickable data.lua file.

The comments out this line
elements["THTL_PUMPS"] = default_movable_axis(_("Cockpit.Bf109K4.fuel_pumps_quad"), devices.CONTROLS, device_commands.Button_23, 87, nil, nil, {0, 0, 0})

And adds this line
 elements["THTL_PUMPS"] = multiposition_switch_limited(_("Cockpit.Bf109K4.fuel_pumps_quad"), devices.CONTROLS, device_commands.Button_23, 87, 4, 0.1, false, nil, {0,0,0})--This line changes the Pump lever to clickable 4 position switch

This mod must be applied after every Update.

To apply the mod, copy the mods folder in the Mod and paste it into your DCS install directory.

